services.hostapd.radios.<name>.networks.<name>.macAllow

Specifies the MAC addresses to allow if macAcl is set to "allow" or "radius". These values will be world-readable in the Nix store. Values will automatically be merged with macAllowFile if necessary.

Type
list of string
Default
[ ]
Example
[
  "11:22:33:44:55:66"
]
Declared
<nixpkgs/nixos/modules/services/networking/hostapd.nix>